home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Networking / Transition Queue Watcher / ReadMe < prev    next >
Encoding:
Text File  |  1993-01-15  |  849 b   |  15 lines  |  [TEXT/MPS ]

  1. Transition Queue Watcher v1.0.1
  2.  
  3. Since the previous release of the ATQWatcher program, a bug has been discovered
  4. with the glue code for the two LAP Manager calls, LAPAddATQ and for LAPRmvATQ.
  5. These bugs have been fixed by implementing replacement glue code functions -
  6. LAPAddATQFix and for LAPRmvATQFix.  This was done to remove any dependency on
  7. the version of the Interface.o library supplied for MPW.  Note that Think 5.0
  8. users will encounter the same problem as their library routines are based on
  9. the same Interface.o library.
  10.  
  11. The bug involves the fact that the glue code leaves the stack off by two bytes
  12. upon return from the LAP Manager call.  At one point, the LAP Manager function
  13. result in register A0 should simply be moved onto the stack pointed to by A7.
  14. Instead the stack is pre-decremented 2 bytes, before the return result is
  15. moved.